RuleOperationResponseErrors Property |
Represents an array of rule validation errors on each rule field that has an error.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<RuleOperationError> Errors { get; }Public ReadOnly Property Errors As IList(Of RuleOperationError)
Get
Property Value
Type:
IListRuleOperationErrorThe errors.
See Also